Gentee Programming Language > Documentation > Libraries | Download documentation |
Create a dbf file and open it.
uint dbf.create( str filename, str fields, uint ver )
filename The name of the dbf file being created. fields The description of database fields.
The line containing the description of fields separated by a line break or ';'
Field name,Field type,Width,Fractional part length for numbers
The name of a field cannot be longer than 10 characters
Possible type fields:
Ñ - string,N - integer,F - fraction,L - logical,D - date, M - memo fieldver Version. 0 for dBase III or 1 for dBase IV.
If error occurs, function returns 0.
See also![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |